flat assembler
Message board for the users of flat assembler.
Index
> Projects and Ideas > Graphic style programing. |
Author |
|
bitRAKE 22 Jan 2020, 03:19
The paradigm of working on fragments is in many development environments, and I don't see it going away. Search for "node based programming". All the major game engines are moving in this direction, and the 3D packages have had it for a long time, and image compositions software, as well.
It's like the folder view moving into 2D or 3D - allowing the user to zoom in and focus on a subset. |
|||
22 Jan 2020, 03:19 |
|
Roman 22 Jan 2020, 08:01
2D using Direct2D for drawing.
Haw 3 windows (flip windows on tabstop). For small block, for big block and for main code. One big block consists of smalls blocks. In main code we only paste this big block for ! For example block for consists of: 1) block For 2) block MessageBox 'Hi ! Its for !' 3) block inc data Many smalls block in one block for ! And we have 100 or 1000 lines asm code in one block ! In main code blocks look like lines of code ! But not conected lines. https://i.pinimg.com/originals/c0/10/c3/c010c3e385f9abc42a780e4b69a40ff8.jpg All blocks have name and we understood whatch is this block do. And we simple scroll up and down main code. And simple(check box ) on\off block in main code. We see(10) how loops do. How smalls blocks(3) in this big block. In green place we see name(for or any user print name) this big block.
|
||||||||||
22 Jan 2020, 08:01 |
|
Roman 22 Jan 2020, 08:42
|
|||
22 Jan 2020, 08:42 |
|
bitRAKE 24 Jan 2020, 12:25
"node-based programming" is probably incorrect.
https://en.wikipedia.org/wiki/Flow-based_programming. People on the net seem to relate the paradigm to a particular piece of software. Without looking at large projects it's difficult for me to tell if the scheme is hindering the work, or helping. It needs to scale - encapsulating fragments for utility at a higher scale. One should be able to assume the environment of a node. What I've used of Unity, I like. In contrast, Blender can seem like a complete mess - coming back to a project after a few days. Systems mostly rely on the user to organize - match their workflow to the design of the software. Whereas a more flexible/open design allows the user's workflow to direct the organization. |
|||
24 Jan 2020, 12:25 |
|
Roman 24 Jan 2020, 15:41
I write Directx 11 game.
Believe me , a lot of code. And it’s hard to read all the code later. When you have 80 000 lines asm code, very easy do mistake or put code in wrong place. Or in several places correct code. Hard read and remember whatch this part asm code do. My practice is 10 years Graphics blocks very easy write,edit, read and understood. You see the block you need, and not spend time looking for a piece code in all program. |
|||
24 Jan 2020, 15:41 |
|
AsmGuru62 27 Jan 2020, 04:37
When I work on large project I use simple object-oriented approach.
Every module in the program has a name, like: String Application File Allocator etc. All code for every module is placed in the file named by module name plus ASM extension: String.Asm Application.Asm File.Asm etc. All functions in the files are named by the module name plus underscore plus the function name, like: In File.Asm I would place functions dealing with file: File_Open File_Create File_ReadBytes File_WriteBytes File_ReadLine File_WriteLine File_Close File_Seek etc. this way you know where the code is. Of course the good IDE is of great help, like you can explore the files and functions inside the files by looking at it in a tree. Double click tree item and get to a function in an instant. There are plenty of IDE programs for FASM, choose one. But, I guess all that is late for your large game? Code is already written. |
|||
27 Jan 2020, 04:37 |
|
Roman 17 May 2020, 10:37
I grow up and feel the power!
|
|||
17 May 2020, 10:37 |
|
guignol 13 Jul 2020, 15:24
what about 3D-trees, all in all?
|
|||
13 Jul 2020, 15:24 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.