Articles de Ed Rantanen :
index
raylib intro
an intro
raylib what is it? Its a raw graphics lib!
it's open source
it can be used with variety of languages
it can be ran on variety of platforms
It has some crazy examples already built at the main site raylib
but what I am going to be looking …
raylib basic window with item moving
something moving?
Okay the intro (previous post) only had static text which is kind of boring, necessary at times but boring.
A basic window that moves a pixel?
Well its really not just a pixel, it would be to small for our example, so we are going to use a …
Split a C program
bash scripts updated
example: bash scriptlets in one file
- The above examples can be put into a file with a copy/paste (one to a file)
- Name the file something(?)
- Do a chmod +x on file
- If you have your own little bin dir put in there (helps if you set-up a path …
Some quick examples for ftp
prompt = turns off interactive mode
mput moves multiple files to ftp server
mdelete removes multiple files.
A template for an init script
jenkins
Started working on an init.d script to launch a Jenkins slave.jar today. Its interesting as the command line for firing it off is a bit crazy.
A simple example of the console slave.jar
The init script is written in bash to simplify compatibility in doing that …