danwellman.com danwellman.com

danwellman.com

Dan Wellman - Game Programming Portfolio

Welcome to DanWellman.com, as you have probably guessed I am Dan Wellman and this is my game programming portfolio. I started gaming about twenty years ago, as a natural progression I started programming games and game components over ten years ago. This website is dedicated to displaying some of my projects. I graduated in 2011 with a B.S. in Computer Science and a minor in Game Design and Development. After graduation, I was employed at ZeniMax Online Studios. For World of Warcraft.

http://www.danwellman.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DANWELLMAN.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.6 out of 5 with 10 reviews
5 star
6
4 star
4
3 star
0
2 star
0
1 star
0

Hey there! Start your review of danwellman.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

CONTACTS AT DANWELLMAN.COM

A HAPPY DREAMHOST CUSTOMER

PRIVATE REGISTRANT

417 ASS●●●●●●●RD #324

C/O DA●●●●●●AN.COM

B●A , CA, 92821

US

1.71●●●●4182
DA●●●●●●●●●●●●@PROXY.DREAMHOST.COM

View this contact

A HAPPY DREAMHOST CUSTOMER

PRIVATE REGISTRANT

417 ASS●●●●●●●RD #324

C/O DA●●●●●●AN.COM

B●A , CA, 92821

US

1.71●●●●4182
DA●●●●●●●●●●●●@PROXY.DREAMHOST.COM

View this contact

A HAPPY DREAMHOST CUSTOMER

PRIVATE REGISTRANT

417 ASS●●●●●●●RD #324

C/O DA●●●●●●AN.COM

B●A , CA, 92821

US

1.71●●●●4182
DA●●●●●●●●●●●●@PROXY.DREAMHOST.COM

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2009 October 23
UPDATED
2013 December 14
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 14

    YEARS

  • 6

    MONTHS

  • 23

    DAYS

NAME SERVERS

1
ns1.dreamhost.com
2
ns2.dreamhost.com
3
ns3.dreamhost.com

REGISTRAR

NEW DREAM NETWORK, LLC

NEW DREAM NETWORK, LLC

WHOIS : whois.dreamhost.com

REFERRED : http://www.dreamhost.com

CONTENT

SCORE

6.2

PAGE TITLE
Dan Wellman - Game Programming Portfolio | danwellman.com Reviews
<META>
DESCRIPTION
Welcome to DanWellman.com, as you have probably guessed I am Dan Wellman and this is my game programming portfolio. I started gaming about twenty years ago, as a natural progression I started programming games and game components over ten years ago. This website is dedicated to displaying some of my projects. I graduated in 2011 with a B.S. in Computer Science and a minor in Game Design and Development. After graduation, I was employed at ZeniMax Online Studios. For World of Warcraft.
<META>
KEYWORDS
1 dan wellman
2 game programming portfolio
3 about me
4 projects
5 shear
6 c /lua/directx/opengl
7 visualwowsim
8 c /lua/xml/directx/opengl
9 flash games
10 flash/actionscript3
CONTENT
Page content here
KEYWORDS ON
PAGE
dan wellman,game programming portfolio,about me,projects,shear,c /lua/directx/opengl,visualwowsim,c /lua/xml/directx/opengl,flash games,flash/actionscript3,cellular automata,c /lua,mittens massacre,c#/xna,dan@danwellman com
SERVER
Apache
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Dan Wellman - Game Programming Portfolio | danwellman.com Reviews

https://danwellman.com

Welcome to DanWellman.com, as you have probably guessed I am Dan Wellman and this is my game programming portfolio. I started gaming about twenty years ago, as a natural progression I started programming games and game components over ten years ago. This website is dedicated to displaying some of my projects. I graduated in 2011 with a B.S. in Computer Science and a minor in Game Design and Development. After graduation, I was employed at ZeniMax Online Studios. For World of Warcraft.

INTERNAL PAGES

danwellman.com danwellman.com
1

Dan Wellman - Game Programming Portfolio

http://www.danwellman.com/shear.html

Shear is currently a work in progress. At this point, over 85% of the widgets are completed. Shear is an in-game GUI library written in C . Shear leverages my rendering and input layer called Pulse. Pulse is a multiplatform (Windows and Linux, with Mac planned) rendering (DirectX and OpenGL) and input layer. Shear integrates with a Lua state to create, modify and set callbacks in the UI state. Written in highly idiomatic modern C. Uses wrapped STL where appropriate. Uses Boost where STL is deficient.

2

Dan Wellman - Game Programming Portfolio

http://www.danwellman.com/index.html

Welcome to DanWellman.com, as you have probably guessed I am Dan Wellman and this is my game programming portfolio. I started gaming about twenty years ago, as a natural progression I started programming games and game components over ten years ago. This website is dedicated to displaying some of my projects. I graduated in 2011 with a B.S. in Computer Science and a minor in Game Design and Development. After graduation, I was employed at ZeniMax Online Studios. For World of Warcraft.

3

Dan Wellman - Game Programming Portfolio

http://www.danwellman.com/vws.html

Add-On images, fonts, loading. Inputs, graphics, etc). XML parsing and loading. VisualWoWSim is an implementation of the World of Warcraft UI system. It acts as the glue between the various content that makes up the UI and my Shear. Library that actually renders it. It does not attempt to emulate any other client or server functions. Lastly, VisualWoWSim is the primary method of testing Shear. Written in highly idiomatic C. Uses STL where appropiate. Uses Boost where STL is deficient. BLP, TOC, TTF loadi...

4

Dan Wellman - Game Programming Portfolio

http://www.danwellman.com/cellularAutomata.html

Cellular Automata is a small program I wrote that simulates various physical properties using a grid of cells. All of the automata logic is written completely in Lua. Lua optimization tricks were used to give better performance. C provides the bindings to loading, running, and drawing. The Win32 console window is double-buffered to provide smooth redraws. The automata logic was inspired by and based off of Tom Forsyth's excellent article on Cellular Automata for Physical Modeling. Get the Flash Player.

5

Dan Wellman - Game Programming Portfolio

http://www.danwellman.com/mm.html

Mittens Massacre is a physics based game where the player launches a cat from a cannon towards pigeons and yarn. I worked with an artist on this project. She did all of the art and I did all of the programming. This project was an assignment for a class, CS335 Game Design and Development. We were assigned to a group of three at random, however, one of our group members did not contribute to the project and we ended up completing all her tasks also. The assignment had the following requirements:. There ar...

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

5

OTHER SITES

danwellfareast.com danwellfareast.com

Weider Metal Inc.

Content on this page requires a newer version of Adobe Flash Player. Content on this page requires a newer version of Adobe Flash Player. No2, Alley 59, Lane 42, MinChiuan Road, ShinDian City, Taipei Hsien 231,Taiwan, R.O.C. TEL: 886 2 2912-0658. FAX: 886 2 2913-0830. E-mail: service@dinmex.com.tw.

danwellingslandsurveying.com danwellingslandsurveying.com

Dan Wellings Land Surveying: Boundary Retracements, FEMA certificates, LOMA, WV

HC 68, Box 5. West Union, WV 26456. Telephone: 304-873-2329 / eMail: info@danwellingslandsurveying.com. WV Lic. PS#1851. Providing Land Surveying Services in North Central and North Western, West Virginia for over 25 years. Located near West Union, WV. Primarily serving Doddridge County, WV, Harrison County, WV, Lewis County, WV, Gilmer County, WV, Ritchie County, WV, Pleasants County, WV, Tyler County, WV, Wetzel County, WV. Are you buying or selling real estate? Do you already own property?

danwellingtonart.com danwellingtonart.com

DanWellingtonArt

Giclee Prints – Etsy. Etsy Shop – Abstracts. 2013-2016 Dan Wellington Art. Blog at WordPress.com.

danwellinselectric.com danwellinselectric.com

Home Page

Call Today for your free estimate (941) 628-9972. Dan Wellins Electric is a full service, state licensed electrical company. We are based in Punta Gorda Florida serving Charlotte County and surrounding areas. Our quality workmanship and customer service has earned us a reputation as one of the area's premier electrical contractors. We specialize in new construction as well as renovations, additions and remodels, and service work of commercial and residential properties. Free Lightning Arrestor with.

danwellman.co.uk danwellman.co.uk

Dan Wellman

Dan Wellman is an author and web developer based in the UK; by day he works as a software development engineer at Skype. By night he writes books and tutorials on varying web design topics mostly centered around jQuery and jQuery UI, HTML, CSS and occasionally, PHP. New book – jQuery Hotshot. I just had my latest book published :D. JQuery Hotshot walks you step by [.]. April 20, 2013. Book review: Learning jQuery. November 26, 2011. I made a W3C ‘valid html5′ badge for fun, because there does...Packt has...

danwellman.com danwellman.com

Dan Wellman - Game Programming Portfolio

Welcome to DanWellman.com, as you have probably guessed I am Dan Wellman and this is my game programming portfolio. I started gaming about twenty years ago, as a natural progression I started programming games and game components over ten years ago. This website is dedicated to displaying some of my projects. I graduated in 2011 with a B.S. in Computer Science and a minor in Game Design and Development. After graduation, I was employed at ZeniMax Online Studios. For World of Warcraft.

danwellnessclinic.com danwellnessclinic.com

Account Suspended

This Account Has Been Suspended.

danwells.co.za danwells.co.za

Dan Wells

Python, Java, .Net, (No)SQL, UML, git] Front and back-end software analysis, design, and development. Solid understanding of computer science theory, data structures, and algorithm efficiency. Operational experience dealing with performance at scale. Highly enjoy teaching. Cape Town, South Africa. Engineering Team Lead in Marketplace: design and build the systems which allow thousands of sellers to list millions of products, to connect to millions of customers! Date: December 2015 Present. Focus: Systems...

danwells.com danwells.com

Dan Wells - Fitness Trainer, Horsepower CrossFit Athlete

The entire landscape of fitness and nutrition in America is experiencing a violent shift right before our eyes. My job is to keep my people at the forefront of the revolution. A 12 year veteran of cutting edge fitness training, Dan is an Ivy League educated personal trainer, world-class CrossFit athlete, and notable television personality. His extraordinary approach to fat burning and muscle toning has yielded astonishing before and after results for the 400 clients at his ‘ Horsepower. His unique method...

danwellsonline.com danwellsonline.com

Dan Wells – Digital Designer – New site coming soon

NEW SITE COMING SOON.