This website requires JavaScript.
Explore
Help
Register
Sign in
MyouProject
/
pixie
Watch
3
Star
0
Fork
You've already forked pixie
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
Fork of Pixie for nimskull and with extra features
7
commits
1
branch
0
tags
292
MiB
Nim
100%
8a5a024cb8
Branches
Tags
No results found.
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
treeform
8a5a024cb8
Add toMask and toImage.
2020-11-19 19:44:24 -08:00
.github
/workflows
Initial commit
2020-11-19 18:41:32 -08:00
examples
Initial commit
2020-11-19 18:41:32 -08:00
src
Add toMask and toImage.
2020-11-19 19:44:24 -08:00
tests
First commit
2020-11-19 18:45:26 -08:00
.gitignore
Initial commit
2020-11-19 18:41:32 -08:00
LICENSE
First commit
2020-11-19 18:45:26 -08:00
pixie.nimble
Add Image and Paths bones.
2020-11-19 19:25:54 -08:00
README.md
Initial commit
2020-11-19 18:41:32 -08:00
README.md
You can use this nim template to jump start your nim library or project.
This template includes:
MIT licence
src directory and a private common.nim
test directory
GitHub Actions to run the tests on GitHub