From: Svjatoslav Agejenko Date: Tue, 1 Jan 2019 11:35:57 +0000 (+0200) Subject: Merge branch 'master' of ssh://svjatoslav.eu:10006/home/n0/git/qbasicapps X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=commitdiff_plain;h=b6c8670d2e22f145483ebd1e36b46764076b58b4;hp=e051a11627c0e164d015421cdbb14c335b4f0d1a Merge branch 'master' of ssh://svjatoslav.eu:10006/home/n0/git/qbasicapps --- diff --git a/graphics/3D/3D Synthezier/doc/index.html b/graphics/3D/3D Synthezier/doc/index.html index 615e502..e86cdc0 100644 --- a/graphics/3D/3D Synthezier/doc/index.html +++ b/graphics/3D/3D Synthezier/doc/index.html @@ -1,15 +1,15 @@ -QBasicApps - collection of applications mostly written in MS QBasic for DOS environment - +3D Synthezier + - - -" + + + -- This program is free software; you can redistribute it and/or modify - it under the terms of version 3 of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public - License]] or later as published by the Free Software Foundation. +* General +- This software is part of [[../../../../index.html][QBasic apps package]]. + +- This program is free software: you can redistribute it and/or modify + it under the terms of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. - Program author: - Svjatoslav Agejenko - Homepage: http://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu -- [[http://www.svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] +- [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] + +** Source code +- [[http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] +- [[http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=summary][Browse Git repository online]] +- Clone Git repository using command: + : git clone http://www2.svjatoslav.eu/git/qbasicapps.git + +* Operating principle Parses scene definition language and creates 3D world based on it. Result will be in a [[https://en.wikipedia.org/wiki/Wavefront_.obj_file][wavefront obj file]], witch can be then @@ -139,13 +158,3 @@ They were produced by importing generated [[https://en.wikipedia.org/wiki/Wavefr [[file:hexagonal city, 2.jpeg]] [[file:hexagonal city, 3.jpeg]] - -* (document settings) :noexport: -** use dark style for TWBS-HTML exporter -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: " -#+HTML_HEAD: diff --git a/index.html b/index.html index ccbf5d7..a4c0b1b 100644 --- a/index.html +++ b/index.html @@ -2,14 +2,14 @@ QBasicApps - collection of applications mostly written in MS QBasic for DOS environment - + - - -" + + + -- These programs are free software; you can redistribute them and/or - modify them under the terms of version 3 of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General - Public License]] or later as published by the Free Software - Foundation. +* General -- Programs author: +- This program is free software: you can redistribute it and/or modify + it under the terms of the [[https://www.gnu.org/licenses/lgpl.html][GNU Lesser General Public License]] as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + +- Program author: - Svjatoslav Agejenko - Homepage: http://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu -- [[http://www.svjatoslav.eu/programs.jsp][other applications hosted at svjatoslav.eu]] +- [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] + +** Source code +- [[http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] +- [[http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=summary][Browse Git repository online]] +- Clone Git repository using command: + : git clone http://www2.svjatoslav.eu/git/qbasicapps.git + +* Content This collection contains lots of applications: + Games. + Graphics tests (2D/3D/4D). @@ -63,13 +80,3 @@ See directory: [[file:graphics/3D/3D Synthezier/doc/hexagonal city, 2.jpeg]] [[file:graphics/3D/3D Synthezier/doc/index.html][Read more]] - -* (document settings) :noexport: -** use dark style for TWBS-HTML exporter -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: " -#+HTML_HEAD: diff --git a/tools/commit and push b/tools/commit and push new file mode 100755 index 0000000..057b511 --- /dev/null +++ b/tools/commit and push @@ -0,0 +1,11 @@ +#!/bin/bash +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; + +cd .. + +cola +git push + +echo "" +echo "Press ENTER to close this window." +read