packages/library/odin-template
o

odin-template

af65a83library

A template project for the Odin programming language, with all the files needed for debugging in VSCode.

0 stars0 forksUnknownupdated 2 years ago
Open repo

Odin project template

How to build and run

Rename all the occurences of program_name in the template by your app name.

./build.sh will build with debug informations, and then run the program.

Informations

At the begining of the src/main.odin file, you will notice a block of code. This is for tracking bad frees and unfree allocations. All errors printed to stderr will finish in the mem_leaks.txt file.

With that, you can retrieve all memories allocations in this file.

This template contain all necessary files for LSP, formating and debuging to use with Visual Studio Code, in case you need it.

Don't forget to add mem_leaks.txt in your .gitignore!

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