Show the work in the interface.
For example in the interface we have several elements:
-menu
-button
-box (html for example, use: list, div, span, ul, etc...)
-interface
-etc...
people can separate in to how many fragments they want.
What i did is convert it in to a object to avoid repetition:
int property_id;
int property_name;
int property_title;
int property_button;
int property_background_color;
int property_3d_model;
int property_padding;
int property_margin;
int property_pos_x;
int property_pos_y;
int property_pos_z;
int property_clickable;
int property_image;
to avoid :
button_image;
button_padding;
...
menu_image;
menu_padding;
...
We have only one element, because we are going to repeat our self's if we create a button, with background color, then a menu with background color, then a interface with background color and so on...
if it lather creates over complex syntax output on code we can always use snippets and leave our code unrepeated or with no repetitions.
Friday, March 1, 2024
Objects in procedural
Subscribe to:
Post Comments (Atom)
hi
How its going
The pic is from the links editor adopted the simple interface of pop-ups to be easier, lather will hurry on the details. First versions of...
-
Personal tastes All come down to personal preferences, we can't control all things. This style works, it have it's positive and ne...
-
Sorry for the delay on news but think any one can understand the current world events. For a long time i was not able to work on the project...
-
Updates: Chaged the posts on tutorials and debate on what language to use on it's own forum this one will only be focus on posts releva...
No comments:
Post a Comment