GithubHelp home page GithubHelp logo

Zelin Zhu's Projects

android-googlemap icon android-googlemap

We can use Google Map API to track users' current locations and by using Geofencing, we can send notifications to those who are close to their destinations.

android-linkify-example icon android-linkify-example

Linkify take a piece of text and a regular expression and turns all of the regex matches in the text into clickable links. This is particularly useful for matching things like email addresses, web urls, etc. and making them actionable. Alone with the pattern that is to be matched, a url scheme prefix is also required. Any pattern match that does not begin with the supplied scheme will have the scheme prepended to the matched text when the clickable url is created. For instance, if you are matching web urls you would supply the scheme http://. If the pattern matches example.com, which does not have a url scheme prefix, the supplied scheme will be prepended to create http://example.com when the clickable url link is created.

opengl-texture-mapping icon opengl-texture-mapping

Highly realistic objects and environments can be generated by 3D computer graphics and visualization. And one of the most powerful tools in computer graphics is texture mapping. Texture mapping applies an image to a surface. Modeling a complex surface is often impractical because of the detail required and it would be difficult to render this fine detail accurately. Instead, texture mapping allows a simple polygon to appear to have a complex surface texture. With the development and advances in programmable graphics pipeline, texture mapping and imaging pipeline operations are becoming more significant and frequently used for creating highly realistic 3D graphics. In this assignment, programmer will continue to develop the transportation simulation which has started in OpenGL-Transportation. And the missions in this program contains of customizing an OBJ model by modifying its textures, creating billboards with simple geometry and texture mapping, and taking snapshots of the scene using the imaging pipeline.

opengl-transportation-simulation icon opengl-transportation-simulation

Highly realistic objects and environments can be generated by 3D computer graphics and visualization. In this program, an entire control system of traffic signals, car driving simulation, and multiple camera views of the simulation environment through different perspectives is developed. Moreover, in order to generate a realistic simulation environment, a large amount of low-poly 3D models are added to this program.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.