Monday, May 4, 2009
Easy way to check memory leak
Friday, April 10, 2009
opengl and demoscene
Demosceners are a small group of people who dedicate to making wonderful demos. Here is detailed information about them:
i attached two sources of small demo, one is use GLSL to implement simple multiple textures, one is LUT texture animation. The 1K/4Kframework is fromNV3x NV4x, G7x, G8x ATI texture 2D, ATI/ARB_texture_float, LUMINANCE no no no texture 2D, ATI/ARB_texture_float, RGB, RGBA no yes yes texture 2D, NV_float_buffer, LUMINANCE no no no texture 2D, NV_float_buffer, RGB, RGBA no no no texture RECT, ATI/ARB_texture_float, LUMINANCE no no no texture RECT, ATI/ARB_texture_float, RGB, RGBA no yes yes texture RECT, NV_float_buffer, LUMINANCE yes yes no texture RECT, NV_float_buffer, RGB, RGBA yes yes no
source
Tuesday, March 17, 2009
my CV
Famlily Name: Xue Given Name: Youchao
Date of Birth: 14/10/1982 Birth Place: China Sex: Male
E-mail: xueyouchao@gmail.com
Mobile: 07980412147
Education & Working Experience
Sept. 2001 ~ July 2005:Nanjing University of Aeronautics and Astronautics ,Bachelor degree in Information and Computational Science specialized subject.
Courses studied:
Mathematical Analysis, Numerical approximation, Methods of Mathematical Physics, Numerical Methods for Differential Equations, Data Structure, Artificial Intelligence, etc. math, computer science related courses.
Aug. 2005 ~ Nov.2006: worked in Huawei Technologies Co. Ltd., ShenZhen, P.R.China as a software engineer
Joined several telecommunication projects, worked through the full life cycle of software development, including project planning, requirements analysis, design, coding, unit testing, system integration testing, debugging and release.
Nov 2006~ April 2007: English study for IELTS test
July 2007 July~ May 2009 : University of Abertay Dundee
July 2009 ~ Now: Weatherford International, 3D Graphics programmer
Developed projects:
Develop Tools: visual studio 2008
Using SDK ,library, Frameworks: .net framework, Ogre engine, Nvidia Ageia Physx engine,Raknet networking lib,directx sdk,XNA etc.
English Skills :
Have a good command of both spoken and written English
Hobbies
basketball, traveling, programming, PC/ps2/psp/xbox360 games.
Monday, March 16, 2009
A few videos show my Editor functionalities.
Monday, March 9, 2009
.net serializer/deserializer
Load Scene/Save Scene Complete; serialization.The lack of supports for Dictionary
Wednesday, March 4, 2009
Recent project
Didn't update my blog for two weeks. the first week i was working on my editor, adding load/save scene. It was nearly finished and i will post progress when i finish it completely. And from the second week until now, i was busy making a game with two friends for the Microsoft Image Cup. Ben and me didn't plan to apply for this until we finally find our artist Gao ying who is one of the artist from the Dare2008 winner team.We got 6 days to finish our first demo and submit.
Sunday, February 15, 2009
.net and tools
After dare i was working on my master project. During this period, i have studied .NET developement from my friend and flatmate Benjamin lassort(You know you are a great man). He also introduced me an excellent dotnet component weifengluo dockpanel, and the way to render 3D content into weifengluo.With the help of this we can surely develop tools looks like visual studio. Many thanks to my friend to lead me to the way of dotnet and tool development.