tangled
alpha
login
or
join now
cass.cityboundforest.com
/
triangular-viking
0
fork
atom
A Quadrilateral Cowboy clone intended to help me learn Game Dev
0
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
cass.cityboundforest.com
52548c27
Added loading a scene completely, but while it seems to be loaded, I don't see anything; weird; might have to add materials or something to it, something with color
rust-bevy
15d ago
cass.cityboundforest.com
dacd8f30
Need to finish logic for button press
16d ago
cass.cityboundforest.com
770e776e
Added system to draw main menu, need to write system code
17d ago
cass.cityboundforest.com
9ae4668b
Fixed loading code
17d ago
cass.cityboundforest.com
b1561364
Working on making this an actual thing, like loading in levels and using ron files for that
17d ago
cass.cityboundforest.com
2b1a1fd8
Adding assets for basic level
17d ago
cass.cityboundforest.com
a5985495
Added scope checking for objects in scene
18d ago
cass.cityboundforest.com
fa1b11fa
Implemented fmt::Display for CallNodes for debug purposes, and also removed some prints
19d ago
cass.cityboundforest.com
7484ff43
Added event to begin to parse terminal events, need to write code to actually interpret those events
19d ago
cass.cityboundforest.com
aedb79f6
Added a simple AST parser, need to add interpreter code
19d ago
cass.cityboundforest.com
25cbc1b2
Added lexing terminal input into tokens
19d ago
cass.cityboundforest.com
52dc888c
Added console input display correctly, need to actually parse it now
19d ago
cass.cityboundforest.com
23257b78
Changing font and starting to work on space for the parser
19d ago
cass.cityboundforest.com
af85c55e
Added terminal input, need to format (and maybe use a different font)
2w ago
cass.cityboundforest.com
39de2d2f
Made camera look at terminal screen, now need to work on physics picking and UI interaction
2w ago
cass.cityboundforest.com
50997983
Successfully rendered UI onto terminal screen
2w ago
cass.cityboundforest.com
8430c72b
Removing symoblic link to font lol
2w ago
cass.cityboundforest.com
4e68a919
Got the render UI to texture tutorial working, does weird things with the worldinspector plugin
2w ago
cass.cityboundforest.com
f3c21c91
The terminal now renders, yay
2w ago
cass.cityboundforest.com
17272747
Added code to load levels from asset folder
3w ago
cass.cityboundforest.com
108aa2ec
Adding framework to see what load levels from disk
3w ago
cass.cityboundforest.com
027b537f
Adding game states
3w ago
cass.cityboundforest.com
37db3f83
Adding flycam plugin
3w ago
cass.cityboundforest.com
73bba9ec
Adding loading EmbeddedAssetPlugin to main
3w ago
cass.cityboundforest.com
1f9a8b0b
Moving terminal model into assets folder
3w ago
cass.cityboundforest.com
2873dc48
cargo add bevy_embedded_assets
3w ago
cass.cityboundforest.com
1b139861
Removing tutorial code
3w ago
cass.cityboundforest.com
a53f84ef
Adding Bevy tutorial
3w ago
cass.cityboundforest.com
4b27af0e
Adding small README
3w ago
cass.cityboundforest.com
2b729d46
cargo init
3w ago
cass.cityboundforest.com
e8ecbee1
Oops forgot to remove these
3w ago
cass.cityboundforest.com
d3624a6d
Removing code to work on this project in Bevy
3w ago
cass.cityboundforest.com
1478bade
Working on adding the console stuff in now
main
3w ago
cass.cityboundforest.com
e4dfcc9b
Adding stuff to render to the terminal's screen
3w ago
cass.cityboundforest.com
d17866c4
Adding some basic stuff to get off the ground
3w ago
Added loading a scene completely, but while it seems to be loaded, I don't see anything; weird; might have to add materials or something to it, something with color
rust-bevy
52548c27
cass.cityboundforest.com
15d
Need to finish logic for button press
dacd8f30
cass.cityboundforest.com
16d
Added system to draw main menu, need to write system code
770e776e
cass.cityboundforest.com
17d
Fixed loading code
9ae4668b
cass.cityboundforest.com
17d
Working on making this an actual thing, like loading in levels and using ron files for that
b1561364
cass.cityboundforest.com
17d
Adding assets for basic level
2b1a1fd8
cass.cityboundforest.com
17d
Added scope checking for objects in scene
a5985495
cass.cityboundforest.com
18d
Implemented fmt::Display for CallNodes for debug purposes, and also removed some prints
fa1b11fa
cass.cityboundforest.com
19d
Added event to begin to parse terminal events, need to write code to actually interpret those events
7484ff43
cass.cityboundforest.com
19d
Added a simple AST parser, need to add interpreter code
aedb79f6
cass.cityboundforest.com
19d
Added lexing terminal input into tokens
25cbc1b2
cass.cityboundforest.com
19d
Added console input display correctly, need to actually parse it now
52dc888c
cass.cityboundforest.com
19d
Changing font and starting to work on space for the parser
23257b78
cass.cityboundforest.com
19d
Added terminal input, need to format (and maybe use a different font)
af85c55e
cass.cityboundforest.com
2w
Made camera look at terminal screen, now need to work on physics picking and UI interaction
39de2d2f
cass.cityboundforest.com
2w
Successfully rendered UI onto terminal screen
50997983
cass.cityboundforest.com
2w
Removing symoblic link to font lol
8430c72b
cass.cityboundforest.com
2w
Got the render UI to texture tutorial working, does weird things with the worldinspector plugin
4e68a919
cass.cityboundforest.com
2w
The terminal now renders, yay
f3c21c91
cass.cityboundforest.com
2w
Added code to load levels from asset folder
17272747
cass.cityboundforest.com
3w
Adding framework to see what load levels from disk
108aa2ec
cass.cityboundforest.com
3w
Adding game states
027b537f
cass.cityboundforest.com
3w
Adding flycam plugin
37db3f83
cass.cityboundforest.com
3w
Adding loading EmbeddedAssetPlugin to main
73bba9ec
cass.cityboundforest.com
3w
Moving terminal model into assets folder
1f9a8b0b
cass.cityboundforest.com
3w
cargo add bevy_embedded_assets
2873dc48
cass.cityboundforest.com
3w
Removing tutorial code
1b139861
cass.cityboundforest.com
3w
Adding Bevy tutorial
a53f84ef
cass.cityboundforest.com
3w
Adding small README
4b27af0e
cass.cityboundforest.com
3w
cargo init
2b729d46
cass.cityboundforest.com
3w
Oops forgot to remove these
e8ecbee1
cass.cityboundforest.com
3w
Removing code to work on this project in Bevy
d3624a6d
cass.cityboundforest.com
3w
Working on adding the console stuff in now
main
1478bade
cass.cityboundforest.com
3w
Adding stuff to render to the terminal's screen
e4dfcc9b
cass.cityboundforest.com
3w
Adding some basic stuff to get off the ground
d17866c4
cass.cityboundforest.com
3w