elcritch / figuro

Experimental UI Library for Nim
62 stars 1 forks source link

Build instructions (demo) does not work. #17

Closed enthus1ast closed 10 months ago

enthus1ast commented 10 months ago

i think it should be:

atlas init  
atlas rep
nim c -r "tests/twidget.nim" 
enthus1ast commented 10 months ago

Also, when i run atlas rep. I get:

#....
Cloning into 'vendor/cssgrid'...
remote: Enumerating objects: 839, done.
remote: Counting objects: 100% (204/204), done.
remote: Compressing objects: 100% (111/111), done.
remote: Total 839 (delta 114), reused 176 (delta 90), pack-reused 635
Receiving objects: 100% (839/839), 127.33 KiB | 7.96 MiB/s, done.
Resolving deltas: 100% (484/484), done.
[Error] (vendor/nimscripter) could not checkout commit 70897c85805ac4765e2f8290c01261ff5b8d811
[Error] (vendor/windy) could not checkout commit 89a9d2d14c0c203bed696097f1ceac02cac6b4c0
elcritch commented 10 months ago

Thanks, I'll get them fixed. At some point I'll setup CI, but I'm breaking things a lot still. :)

elcritch commented 10 months ago

Ok, I fixed up the Atlas lock files to use the correct urls.

i think it should be:

atlas init
atlas rep nim c -r "tests/twidget.nim"

Nah, there's an atlas.workspace in the vendor folder to use by default. Although you can setup your own Atlas workspace if you like.