~gustav-hartvigsson/vprocessing/rewrite

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
================================================================================
====================== vProcessing - Processing in vala ========================
================================================================================

FOR LICENSING INFORMATION SEE THE FILE "COPYING".

==== About ====

vProcessing is a Vala[1] reimplementation of the Java software called
Processing[2], but with a focus on it being a library first and foremost, rather
than a complete suite of tools.

The library should help the developer quickly set up a project and only have to
link to this library.

The library will provide different renderers for different environments:
* SDL based render, for the small easy setup and extra dependencies.
* GKT+ Widget, for embedding in a GTK+ application.
* Make your own renderer if you are so inclined.


==== Compile ====

$ mkdir build
$ cd build
$ meson ..
$ ninja


=== Contributers ===
Gustav Hartvigsson


==== Footnote ====
[1] https://wiki.gnome.org/Projects/Vala
[2] https://processing.org/