Giter Club home page Giter Club logo

nanogems.demozoo.org's Introduction

Nanogem nanoblog-system

Nanogems website.

With nanopage, a custom content manager script in python 3.

Add a new entry

  • Clone locally your git clone
  • Get a virtual env python -m venv env and start it
    • Linux / MacOs . env/bin/activate
    • Windows env\Script\activate
  • Install dependncies pip install -r req.txt
  • New entries:
    • From demozoo, get the demozoo id and run python nanopage add_entry $category $flavor $demozoo_id
    • From scratch, just create one .json file inside/public/data/$category/$flavor/your_new_entry.json
  • Check your change
    • Generate the new html python nanopage generate
    • Pre visualize it cd public; python -m http.server and go to http://localhost:8000/
  • When happy with change
    git add .
    git commit -m "A very informative message"
    git push origin main
    

If the folk that manage the automation done a good job, the online website will be updated automatically within a minute.

nanogems.demozoo.org's People

Contributors

thedavesims avatar totetmatt avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

nanogems.demozoo.org's Issues

Add tags from demozoo

at shortest, it could include something like techniques used (like in art galleries you see the techniques/materials used)
"MIDI audio, raytracing, xor-patterns"
We can extract those from demozoo tags... i already spent a great deal giving everything <=1k tags and happy to do some more work on that
would that be something that would be easy to overlay the screenshot, once hovered/scaled?
i have to check exactly what where i did those tag-runs... i think it was <=64b
additionally you can put an exclusion filter on some tags, i have to doublecheck, but some of the sizecoding relateded tags include for example:

  • textmode
  • header-excluded
  • tiny-intro-with-sound
  • code-challenge
  • checkerboard
  • glitch
  • xor-pattern
    midi was a tag also, so basically the things suggested by pestis are within here

Add "Interview"

dave84 will do some interview. Need to find a way to integrate that properly.
Interview will be per entry

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.