Renderer of ANSI codes to SFML is now working. Does seem to be a little slow but that'll be easy to fix later.
This commit is contained in:
parent
ae484bf425
commit
a36b187879
8 changed files with 96 additions and 62 deletions
|
@ -20,7 +20,7 @@ runtests = executable('runtests', [
|
|||
'sound.cpp',
|
||||
'collider.cpp',
|
||||
'ansi_parser.cpp',
|
||||
'render.cpp',
|
||||
#'render.cpp',
|
||||
'tests/fsm.cpp',
|
||||
'tests/dbc.cpp',
|
||||
'tests/map.cpp',
|
||||
|
@ -51,10 +51,4 @@ collider = executable('collider', [
|
|||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
testragel = executable('testragel', [
|
||||
'dbc.cpp',
|
||||
'./scratchpad/testragel.cpp'
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
test('tests', runtests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue