Giter Site home page Giter Site logo

ezxdisp's Introduction

ezxdisp

This repo is just last 2007 changed version of ezdisp (yet another simple graphics library) from here:
http://morihit.net/ezxdisp/

ezxdisp-0.1.4.tar.gz on that page does not match mentioned MD5 checksum: 15e96cebf9796c7dc1775c4b3324776f.

I found file with correct MD5 checksum on hackaday.io. The file is used to build this repo, local copy:
origin/ezxdisp-0.1.4.tar.gz

Building instructions, documentation, screenshots, ... on the website linked to above.

No updates for 15 years, but this library is still good for what it was built for.
This repo should just make it easier to clone/fork.
Only ezxdisp-0.1.4/, LICENSE, origin/, README.md and (top level) Makefile added to original.
This commit fixed some "unused variable" compiler warnings in 2007 codes.

support for C++ / use in IDE

On forum request first this repo runs in Geany IDE. And g++ support was added as well (library build with gcc only). These are the installation instructions:

cd
git clone https://github.com/Hermann-SW/ezxdisp.git
cd ezxdisp
make install

In Geany, go to "Build->Set Build Commands" and set "2. Build" command to

gcc -Wall -o "%e" "%f" -lezx -lX11 -lm

for gcc or

g++ -Wall -o "%e" "%f" -lezx -lX11 -lm -Wno-write-strings

for g++. Open any file from "~/ezxdisp/samples/*.c" in IDE, press F9 to build without warnings, and then F5 to run.

Screenshots of Applications developed using ezxdisp

Just while we are here, below is copied in screenshot page from the website, with two animations added:
http://morihit.net/ezxdisp/screenshots.html

Conway's Game of Life

origin/life.png

Solving a TSP Problem using the Lin-Kernighan Algorithm

origin/tsp_LK.png

origin/Peek_2022-10-12_08-49.gif

Finding a Steiner Tree

origin/steiner.png

3D Clock

origin/3d_clock.png

origin/Peek_2022-10-08_23-05.gif

A Clone of the xengine

origin/ezx_engine.png

Rotary Engine

origin/ezx_rotary.png

ezxdisp's People

Contributors

hermann-sw avatar equilibr avatar

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.