packages/library/ExprViewerOdin
e

ExprViewerOdin

v5ac8d87library

No description provided.

0 stars0 forksUnknownupdated 2 years ago
Open repo

Test project in Odin lang

With this project, I learn about custom allocators and introduce myself to Odin language.

I create a node tree, populate it with some values, then I sum all values and draw the nodes with Raylib. In the end of the frame, all nodes are freed from memory.

In the version 1, I use new(Node) aka malloc for single-allocations. In the version 2, I will use a preallocated stack-buffer to keep all elements there. In the version 3, I will use a dynamically resized vector and reference nodes as indices relative to this vector.

On my path to becoming an N+1 programmer.

Package Info
Version
v5ac8d87
License
Unknown
Author
@ysoftware
Type
library
Forks
0
Created
2 years ago
Updated
2 years ago
Health
maintained
has releases
has readme
has license
Activity
last 56 weeks