Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duart38/idg-core
Chaning the way we view and create imagery
https://github.com/duart38/idg-core
art artist artists evolving evolving-images image image-classification images nft specification
Last synced: 19 days ago
JSON representation
Chaning the way we view and create imagery
- Host: GitHub
- URL: https://github.com/duart38/idg-core
- Owner: duart38
- License: mit
- Created: 2021-06-29T15:27:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T19:22:53.000Z (over 3 years ago)
- Last Synced: 2024-05-01T23:18:46.849Z (8 months ago)
- Topics: art, artist, artists, evolving, evolving-images, image, image-classification, images, nft, specification
- Language: JavaScript
- Homepage:
- Size: 1.89 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IDG-Core
> This project is very much a WIP..
IDG -> Instruction Driven Graphics name.idghttps://user-images.githubusercontent.com/30909481/133838407-82934a1a-f36c-4d94-b9c1-2c7618d38407.mov
# The idea
This project aims to change the way we view and create images.
It does this by providing a byte interpreter that houses the compiled instruction set and an assembler language.# Demo-ing
Theres some examples in the ./examples folder. there's no guarantee that these are up-to-date.
You need deno to compile the demos, or you can use the already compiled .idg file in the same folder. to run this file you need a viewer, we have a very basic viewer in the ./viewer folder. this viewer runs in the browser and the code therein can also be used to make your own browser-based viewer.# Goals
- [ ] Make a higher level language
- [ ] Make a drawing app (separate repo)
- [ ] Finish some of the stuff detailed in the "projects" tab on github
- [ ] Make an NFT marketplace