vinjn.github.io vinjn.github.io

vinjn.github.io

Vinjn Zhang - Computer Graphics, Computer Vision and Creative Coding

Raquo; 提升工作效率的必备软件 2013 版. Raquo; Book Review of "Augmented Reality with Kinect". Raquo; How to develop Android apps with pure C. Raquo; An Overview of Graphics Debugging Tools. Raquo; Book Review of "Cinder Creative Coding Cookbook". Raquo; How to add comments to Github pages. Raquo; Book Review of "Cinder - Begin Creative Coding". Raquo; 我和 OpenCV 的故事,兼译者序. Raquo; How to Create a Personal Site in 5 Minutes. Raquo; 使用 Notepad 打造 Processing 开发环境. Raquo; 在 Cinder 中使用 timeline 实现复杂的声音播放逻辑.

http://vinjn.github.io/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR VINJN.GITHUB.IO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

October

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 11 reviews
5 star
3
4 star
6
3 star
1
2 star
0
1 star
1

Hey there! Start your review of vinjn.github.io

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • vinjn.github.io

    16x16

  • vinjn.github.io

    32x32

  • vinjn.github.io

    64x64

CONTACTS AT VINJN.GITHUB.IO

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Vinjn Zhang - Computer Graphics, Computer Vision and Creative Coding | vinjn.github.io Reviews
<META>
DESCRIPTION
Raquo; 提升工作效率的必备软件 2013 版. Raquo; Book Review of Augmented Reality with Kinect. Raquo; How to develop Android apps with pure C. Raquo; An Overview of Graphics Debugging Tools. Raquo; Book Review of Cinder Creative Coding Cookbook. Raquo; How to add comments to Github pages. Raquo; Book Review of Cinder - Begin Creative Coding. Raquo; 我和 OpenCV 的故事,兼译者序. Raquo; How to Create a Personal Site in 5 Minutes. Raquo; 使用 Notepad 打造 Processing 开发环境. Raquo; 在 Cinder 中使用 timeline 实现复杂的声音播放逻辑.
<META>
KEYWORDS
1 vinjn zhang
2 portfolio
3 articles
4 raquo; 图形渲染中的好文章
5 raquo; 游戏开发中的好文章
6 raquo; 摄像头互动入门指南
7 open source
8 kinserver
9 camserver
10 leapserver
CONTENT
Page content here
KEYWORDS ON
PAGE
vinjn zhang,portfolio,articles,raquo; 图形渲染中的好文章,raquo; 游戏开发中的好文章,raquo; 摄像头互动入门指南,open source,kinserver,camserver,leapserver,shadertoy dx11,app for m,weibo,linkedin,gmail
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Vinjn Zhang - Computer Graphics, Computer Vision and Creative Coding | vinjn.github.io Reviews

https://vinjn.github.io

Raquo; 提升工作效率的必备软件 2013 版. Raquo; Book Review of "Augmented Reality with Kinect". Raquo; How to develop Android apps with pure C. Raquo; An Overview of Graphics Debugging Tools. Raquo; Book Review of "Cinder Creative Coding Cookbook". Raquo; How to add comments to Github pages. Raquo; Book Review of "Cinder - Begin Creative Coding". Raquo; 我和 OpenCV 的故事,兼译者序. Raquo; How to Create a Personal Site in 5 Minutes. Raquo; 使用 Notepad 打造 Processing 开发环境. Raquo; 在 Cinder 中使用 timeline 实现复杂的声音播放逻辑.

INTERNAL PAGES

vinjn.github.io vinjn.github.io
1

How to develop Android apps with pure C++

http://vinjn.github.io/2013/08/08/android-development-with-pure-cpp.html

How to develop Android apps with pure C. This article takes /ndk/samples/native-activity as the example. For better formatting, refer to this. Android-dev-tool, which contains sdk & eclipse) important sdk tools:. C: Downloads adt-bundle-windows-x86-20130219 sdk platform-tools adb.exe. C: Downloads adt-bundle-windows-x86-20130219 sdk tools android.bat. C: Downloads adt-bundle-windows-x86-20130219 eclipse plugins org.apache.ant 1.8.3.v20120321-1730 bin ant.bat. C: android-ndk-r8e ndk-build.cmd. Available A...

2

Nike 运动会跑步机互动项目的心得分享

http://vinjn.github.io/2011/08/19/post-morten-of-Nike-FaceOff-running-show.html

本文曾连载于 hudo.it 社区. Processing 效率不够的地方果断用 openFrameworks 来重写. String[] lines = loadStrings("http:/ 192.168.1.100"); println(lines);. 1 网线是否连接,是否断掉 2 MAC/IP是否有冲突 3 Processing中的ip地址是否输入正确. 状态机 State Machine 上. Final int idle = 0; final int intro = 1; final int countdown = 2; final int gaming = 3; final int rank = 4; final int winner = 5; int state = idle;/ 初始化为idle状态. Idle- - - - - - void idle setup(); void idle draw(); - - - - - - - intro- - - - - - void intro setup(); void intro draw();.

3

使用 Notepad++ 打造 Processing 开发环境

http://vinjn.github.io/2012/12/23/notepad-plusplus-as-processing-ide.html

使用 Notepad 打造 Processing 开发环境. 于 hudo.it 社区. 后来我发现 github 上存在很多 Processing 的开发环境. Processing/p5 的开发环境,简称为PDE,适合做快速开发 Sketching ,但是维护项目时痛苦、臃肿、蛋疼. 使用外置编辑器来作为 p5 开发环境是作为程序员的我第一时间就想做的 在很久以前,这可以通过一种蛋疼的方式实现 略去不表. 但是现在,我们有了 Processing-java.exe 这么个命令行工具,虽然没有阅读官方的使用说明,但是从 help 中我们不难得知它的用法. 假设我们的 Sketch 文件夹是 D: Array ,期望的 Output 文件夹是D: Array Build. E: processing-2.0b6 processing-java.exe - sketch=D: Array - output=D: Array Build - force - run 如果一切顺利,没有错误发生,那么就将运行指定 Sketch 文件夹下的代码。 Comments powered by Disqus.

4

How to Create a Personal Site in 5 Minutes

http://vinjn.github.io/2013/04/09/how-to-create-a-personal-site-in-5-minutes.html

How to Create a Personal Site in 5 Minutes. This is the first entry of my new blog. This post serves as a meta blog, which tells the story of how the blog comes into being. The title is a little bit exaggerated, actually it takes less than 1 minute. This site is totally hosted in Github, the repository name is vinjn/vinjn.github.io. Each Github user can create his/her personal site. Let me tell the story. Open vinjn/vinjn.github.io. It should be forked to https:/ github.com/ whoareyou. If not, ask Google.

5

Book Review of "Cinder Creative Coding Cookbook"

http://vinjn.github.io/2013/06/26/book-review-cinder-creative-coding-cookbook.html

Book Review of Cinder Creative Coding Cookbook. I have been using Cinder for commercial projects for two years and this is the second book I read about Cinder. Now I am sure it will stay on my recommended list for a long time. Cinder is a great creative coding framework, however I have always find it difficult to explain the notion of creative coding to others, even to software developers. Since the birth of this book, I can point them to the book menu to make the problem clear. Chapter 1: Getting Started.

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL PAGES IN THIS WEBSITE

18

OTHER SITES

vinjiu.cn vinjiu.cn

微酒客|微酒客官方|微酒客微商城|微酒客红酒微商

商家可以通知线上搞促销活动或通过线下吸引用户扫描二维码抽奖活动,让更多的用户关注商家微信,提升客户关注,提升客户体验,提升客户参与,提升客户娱乐,让微信营销更具吸引力。

vinjj.com vinjj.com

从今天到永远 | 只属于Vin&JJ的记忆

Http:/ www.hg00888q.com/. Http:/ bwin.com.cm/. Http:/ www.tsbylxs.com/. Http:/ www.hg00888i.com/. Http:/ www.365bet.vg/. Http:/ www.hxddh.com/. Http:/ www.365betms.com/. Http:/ www.2836536551.com/. Http:/ www.hg308800.com/. Http:/ www.hbcyblg.com/. Http:/ www.hg108826.com/. Http:/ www.365bet.lv/. Http:/ www.520luck.com/.

vinjka-crea-flash-et-autres.blogspot.com vinjka-crea-flash-et-autres.blogspot.com

Vinjka Créa en flash

Bienvenue chez Vinjka, Créations personnelles réalisées avec Macromédia flash8,Photofiltre Studio . Vendredi 25 octobre 2013. Samedi 17 août 2013. Lundi 12 août 2013. Dimanche 11 août 2013. Samedi 10 août 2013. Inscription à : Articles (Atom). J'espere que vous prendrez. Autant de plaisir a decouvrir. Mes créations que moi à les réaliser! Ma passion : Créer. Afficher mon profil complet. Soyez prévenus des nouveautés! Nombre total de pages vues. Forum que je recommande :.

vinjka.skyrock.com vinjka.skyrock.com

Blog de vinjka - MON MONDE SIMPLEMENT - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. VOUS ALLEZ DECOUVRIR CEUX ET CELLES QUI PARTAGENT MA VIE. MA FAMILLE,MES AMI(e)S,ET LES AUTRES. Bazoches les hautes (28). Mise à jour :. Pour un ange Timeo. Timeo le raisin de ma colere. Abonne-toi à mon blog! JE VOUS SOUHAITE UNE BONNE ANNEE ET AINSI QU UNE BONNE SANTE POUR VOUS ET VOS FAMILLES. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Posté le jeudi 31 décembre 2009 19:55.

vinjkacrea.skyrock.com vinjkacrea.skyrock.com

vinjkacrea's blog - Blog de vinjkacrea - Skyrock.com

Faire des creations pour mes amies , pour des forums et pour moi meme ,. Pres d orleans (28). 06/10/2009 at 4:06 AM. 16/01/2010 at 2:42 PM. Subscribe to my blog! Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.11) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Saturday, 16 January 2010 at 2:45 PM. Posted on Saturday, 16 January 2010 at 2:44 PM. Don't...

vinjn.github.io vinjn.github.io

Vinjn Zhang - Computer Graphics, Computer Vision and Creative Coding

Raquo; 提升工作效率的必备软件 2013 版. Raquo; Book Review of "Augmented Reality with Kinect". Raquo; How to develop Android apps with pure C. Raquo; An Overview of Graphics Debugging Tools. Raquo; Book Review of "Cinder Creative Coding Cookbook". Raquo; How to add comments to Github pages. Raquo; Book Review of "Cinder - Begin Creative Coding". Raquo; 我和 OpenCV 的故事,兼译者序. Raquo; How to Create a Personal Site in 5 Minutes. Raquo; 使用 Notepad 打造 Processing 开发环境. Raquo; 在 Cinder 中使用 timeline 实现复杂的声音播放逻辑.

vinjo.de vinjo.de

Hauptseite

vinjo.software vinjo.software

Website Bouwen in Dronten - Websites, Apps, Logo Ontwerp door Vinjo

Waarom moeilijk, als het makkelijk kan? Website Bouwen in Dronten. Website bouwen in Dronten! Ben jij een startend ondernemer, mkb-bedrijf of een particulier en wil je een website bouwen die precies past bij wat jij doet? Vinjo is hét webdesign bureau bij jou in de omgeving! Naast het bouwen van websites, zijn we ook actief in het bouwen van apps en kun je bij ons terecht voor allerlei soorten media opdrachten. Denk aan film en foto bewerking, maar ook aan logo ontwerp. Waar staan wij voor?

vinjo21.deviantart.com vinjo21.deviantart.com

Vinjo21 - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Deviant for 2 Years. This deviant's full pageview. Last Visit: 2 hours ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask?

vinjo33.skyrock.com vinjo33.skyrock.com

vinjo33's blog - gex story - Skyrock.com

Voici toute les activiter diverse que je partage avec mes amis dnc dite se que vous en penser en quelque coms. 26/08/2007 at 12:19 PM. 22/10/2007 at 12:14 PM. Subscribe to my blog! Don't forget that insults, racism, etc. are forbidden by Skyrock's 'General Terms of Use' and that you can be identified by your IP address (66.160.134.3) if someone makes a complaint. Please enter the sequence of characters in the field below. Posted on Monday, 22 October 2007 at 12:14 PM. Vend support de plaque neuf. Don't f...

vinjob.blogspot.com vinjob.blogspot.com

Govt Corporate Jobs

Tuesday, November 30, 2010. Director, Professor, Lecturer jobs in Accurate Institute of Management U.P. Accurate Institute of Management and Technology. 49, Knowledge Park-III, Greater Noida, (U.P.) - 201308 . All applications shall be processed maintaining confidentiality. NON TEACHING POSITIONS for MBA, MCA, PGDM, PGDM (IB), PGDM(MM). CVs are invited from Senior Marketing Professionals for managing admissions to the tune of over 400 students and having at least more than 8 years of experience in the ar...