eCommerce WebSite Developments
Mapbox Unity 3D Essentials by Devslopes
Learn how to build experiences for exploring the world with Mapbox. Add location into any game with their mapping, navigation, and location search SDKs. Harness the power of location like Pokémon GO, Ingress, & Zombies, Run! These videos were produced in collaboration with the good folks at Mapbox.
This Unity course is for beginners & seasoned programmers!
You'll learn what Mapbox can do, how to add the Mapbox SDK to your Unity 3D projects, then build some amazing games that leverage the power of location and maps.
First off, you’ll build PocketDroids GO where your players will capture Droids into their collection, based on real-time location data which is seamlessly integrated into the game with Mapbox. You’ll build both a main world scene as well as a capture scene where players can attempt to capture rogue bots in the wild.
Moving on, you’ll build another game called Drenches of War – a super fun, portable, defense game. You’ll learn all about ARTabletopKit from Mapbox so that you can get your drench on anywhere there’s a flat surface! Defend a city from hordes of oncoming enemies bent on soaking you and your home base. We’ll be dynamically generating buildings and obstacles with Mapbox’s Terrain Vector Tile system and their curated Points of Interest.
Here are some of the things you will learn:
Installation & Setup
Creating a map in Unity
Customizing a map in Mapbox Studio
Location Providers
Vector Tiles
Terrain
Custom Visualizers
AR Root, MapHolder, & FocusSquare
Location-based AI for Enemy motion
Utilizing Mapbox’s Points of Interest
Now is the time to learn how Mapbox adds more powerful and engaging experiences to your games!
Who is the target audience?
- Game developers who want to add location-based gameplay to their Unity games
**COURSE IS IN PRE-RELEASE**
Pre-release means that we are still adding new content each week. Preview the sections in the course to see the content we are building each week.
This is a VERY LARGE course and we wanted to get you content as soon as it is being created.
Unity 2018 Game Development
This course is 100% brand new built from scratch. It is designed to teach you all of the core concepts of Unity as well as common game development practices.
You will build both 2D and 3D games - starting with simple games and moving to more advanced topics.
This Unity 2018 course is designed after our highly popular Unity 2016 course which had fantastic reviews:
"I'm a complete novice as game developer, and Devslopes has already taught me tons of stuff in a span of two weeks so far to make a decent game" - Ian
"Let me start this by saying I have many learning disabilities and I have always struggled with learning much more then the average student. Ive been trying to learn code for YEARS. I took a chance on this course as my last hope and im so glad that I did. This is THE BEST course you will find on C# on Unity. If you are debating buying this course, I guarantee if you take the risk you won't regret it." - H Carty
FULL COURSE CURRICULUM
Intro to Unity
Introduces students to the Unity Game Engine. Walks them through setting up the IDE and building their first (very basic) game, Roll-A-Zombie. This gently eases them into Unity development while providing the excitement of creating a working project, even if they’re unfamiliar with coding or the Unity IDE.
Focus Topics
Installing and Using Unity
Unity Collab
Unity Analytics
Unity Hub
Unity Team Services
Light introduction to C# Programming
Materials
Rigidbody
Colliders
Transform Manipulation (including Local vs. World)
Scaling (including Local vs. World Scale)
Building for Each Platform
Audio Sources
Labels
Intro to C# in Unity
Introduces students to C# as used by Unity. Discusses C# basics such as variables, functions, arrays, loops, object-oriented programming, classes, inheritance, and data encapsulation. It will be necessary for students to have a basic grasp on these topics in following sections. Establishing familiarity before hands-on work will help them understand why they’re doing what they’re doing.
Focus Topics
C# Variables and Functions
C# Loops
Object-Oriented Programming
Conditional Logic
Code Reusability (DRY Principle)
Game Basics: Haunted Zombie Rush
2.5D endless runner game. Features coroutine-driven rock obstacles which the zombie (pc) must avoid. This section teaches the basics of developing in Unity. It provides students with the opportunity to work with 3D models, learn about what colliders and Rigidbodies do, and how to effectively use two very important functions in the Unity game loop, Update() and FixedUpdate(). It’s a great way to start learning by developing a fully functional game.
Focus Topics
C# Conditional Logic
Object-Oriented Programming
Code Reusability (DRY Principle)
Asynchronous Programming with Coroutines
Time.deltaTime
Simple Quaternions
Rigidbody
Colliders
Animation Controllers
Animation Transitions
Audio Listeners
Audio Sources
Managing Game State
Input Binding
UI Labels
Canvas Scaler
Tower Defense
2D Tower Defense game. Features a single level with waypoints, enemies, and dynamically generated game objects. Introduces students to 2D development in Unity, the Singleton Design Pattern, and the tilemap system for 2D environment development. Also introduces basic AI principles such as pathfinding, auto-targeting with raycasts, and works more in-depth with developing a fully functional UI.
Focus Topics
Simple Quaternions
Rigidbody
Colliders
Prefabs
Transform Manipulation (including Local vs. World)
Scaling (including Local vs. World Scale)
Triggers
Tags
Layers
Tilemaps
Runtime GameObject Management
Instantiation and Destruction
Game Object Manipulation
Sprites
Using Sprite Sheets
Grid Snapping
Exporting for iOS and Android
3D Battle Horde Game
3D wave battle game. Introduces students to the navmesh navigation system, equipping and using weapons, and Unity particle systems. Reinforces previously learned AI principles and builds on that knowledge in a 3D environment.
Focus Topics
Isometric Scene Editor Perspective
Grid Snapping
Managing weapons
Navmeshes
Navmesh Agents
AI Auto-Attack
Player Health
Particle Systems
Animations
Powerups
Export for PC, Mac, and Linux
Minecraft Game
3D minecraft clone. Introduces dynamically generating game objects and environments, mobile textures, cross-platform input, the high-performance Entity Component System, and the C# Job System.
Focus Topics
C# Job System
Entity Component System
Cross-Platform Input
Mobile Optimization
Game Object Manipulation
Runtime GameObject Management
Instantiation and Destruction
Prefabs
Transform Manipulation (including Local vs. World)
Scaling (including Local vs. World Scale)
C# Events and Delegates
Cinematics and Animations in Unity
3D Scene. Students will build a small cinematic intro video through camera animations. Introduces students to Unity’s built-in animation tools and the Cinemachine plugin.
Focus Topics
Using Multiple Cameras
Cinemachine
Animation Transitions
Animation Parameters
Animation Blend Trees
Animation Events
Lighting
Building Environments in Unity
3D scene. Students will learn more about lighting, terrain, mastering audio, and building out beautiful environments with Unity’s built-in tools.
Focus Topics
Particle Systems
Lighting Types
Lighting Settings
Baking Lights
Lighting Best Practices
Terrain Generation
Terrain Painting and Textures
Terrain Best Practices
Audio Mixing
RPG: Destined for Daylight
3D RPG with inventory system and a turn-based battle system. Introduces students to inventory management, scene transitions, data management with unity and the BinaryFormatter, the world-space canvas, and joint physics. Reinforces using the cross-platform input manager and principles learned in the “Building Environments” section. Also builds on existing knowledge with Cinemachine and animations, raycasting, and UI development.
Focus Topics
Inventory systems
Binary Formatter
Cinemachine
Managing Weapons/Attacks
Managing Game State
Loot Randomization
Input Binding
Cross-Platform Input Management
Turn-Based Gameplay
Game State Management
Scene Transitions
Cinemachine
Raycasts for Detection
UI Development
Joint physics
Tags
Layers
Triggers
Multiplayer: Royal Bash
3D Clash Royale clone. Builds on existing knowledge of mobile optimization, game state management, UI Development, menu systems, scene transitions, and networking. Introduces students to a Unity networking alternative, namely AWS. Also introduces students to In-App purchases.
Focus Topics
Triggers
Saving and loading
In-App Purchases
Mobile apps
Mobile optimization
Photon Multiplayer
Scene Transitions
Game State Management
UI Development
Multiplayer Matchmaking
Networking
Advanced 2D: MegaDev X
2D Platformer game. Builds on existing knowledge of menu systems, UI Development, 2D animations, 2D physics, environment development, the tilemap system, and raycasting. Introduces students to JSON data management with Unity, and reinforces well as making and parsing HTTP requests to interact with a firestore database where earned achievements are stored. Teaches how to develop level selection menu systems, how achievements work, and best practice use cases for Google Firestore and other high-latency data services.
Focus Topics
Using Sprite Sheets
2D Animations
Scene Transitions
Data Management with UserPrefs
Data Management with JSON
Player Health
Inventory systems
Tags
Layers
Cross-Platform Input Management
Cinemachine
TileMap
Audio Mixing
Powerups
Triggers
Managing Multiple Levels
Audio Mixing
Who is the target audience?
- Anyone who wants to make a cross-platform game with Unity, from a beginner to an intermediate skill level.
130+ Symbols
32 Free Icons
12 Customizable Buttons
Chat Cells & Notifications
Navigation & Segmented Controllers
Profile
Stories & Posts
Video & Text Feeds
Custom Alerts
Full Sketch File
PSD File (Converted)
Quickstart Guide
Welcome to the world's most comprehensive course on macOS development. In this course you'll learn basic and advanced macOS development skills by building a polished full stack and fully functional weather widget app and Slack clone app. We start from the ground up and teach you everything you need to know from UI design and frontend and backend development.
BASIC KNOWLEDGE OF SWIFT AND XCODE IS ASSUMED
Here are some of the things you'll be able to do after taking this course:
- Understand basic and advanced macOS programming algorithms
- Work fluently with macOS
- Apply to jr macOS development jobs
- Submit apps to the Apple App Store
- Work as an macOS contractor
Who this course is for:
- People who want to build Mac apps!
- Those who want to create their own startup
- Those looking to get a full time job as a developer
- Business owners
- Students & teenagers
- People who want to make money building apps
If you are absolutely new to programming you should learn the basics of Swift and Xcode before taking this course.
Don't forget to join the free live community where you can get free help anytime from other students.
Here are a few things you'll learn:
- Collection Views
- Working with API's
- Popover Views
- Real time messaging with Socket.IO
- Account customization
- Account Authorization
- Table Views
- Custom Modals
- Gesture Recognition
- Sockets
- Network Requests
- Node.js
- MongoDB
- Schemes
- App Store Submission
- And much more!
Who is the target audience?
- If you have basic experience with macOS development take this course
KOTLIN FOR ANDROID
Welcome to the world's most comprehensive course on Kotlin for Android development. Whether your a developer coming from Java, or have NO Android experience, we start from the ground up and teach you everything you need to know how to build apps using Kotlin.
WHY TAKE THIS COURSE?
We don't only focus on the Kotlin language like most courses on Kotlin do. Learn to code the Devslopes way. We'll teach you everything about developing with Kotlin, working with interface builder and all the SDK's you actually need to build apps. And as always, you'll be building professional, amazing looking apps from start to finish.
Here are some of the things you'll be able to do after taking this course:
- Learn to code how the PROs code - not just copy and paste
- Learn everything you need to know about submitting to the Google Play store
- Build beautiful Apps - We don't build trash - you'll create amazing real-world apps
- Build Real Projects - You'll get to build projects that help you retain what you've learned
WHAT YOU WILL LEARN:
- Installing JDK and Android Studio as well as IntelliJ
- How to run apps on own device
- Those looking to get a full time job as a developer
- Kotlin Foundations - Variables, Strings, Collections, Classes, Inheritance, Lambda Expressions
- In depth look at activity life cycle, intents, and context
- Deep dive on constraint layout and supporting multiple device sizes.
- Enhance your UI with custom drawables
- Using Kotlin with Android SDK
- Comprehensive overview of List and Recycler Views
- Learn all about web requests and working with APIs and even implement web sockets in a fully functional Slack app clone.
Don't forget to join the free live community where you can get free help anytime from other students.
Who is the target audience?
- This course is for absolute beginners with no coding experience
- Programmers coming from Java who want to learn Kotlin for Android
130+ Symbols
32 Free Icons
12 Customizable Buttons
Alerts & Popups
Product Category Cells
Product Lists & Grids
Checkout Form & Elements
Ratings/Reviews Cells & Sheet
Pricing & Sizing Tags
Order Status Cells
Full Sketch File
PSD File (Converted)
Quickstart Guide
System Requirements
Must be able to run the latest version of Sketch or Photoshop
We sell Donation | Help Website software : Limited License - To Be Installed on Maximu 3Domains only After which You can purchase a new license
Specs:
- Limited to 3 Domains licenses for every purchase
- For Web Designers and Programmers Alone
- SQL database
- PHP language
- Tripple MMM look Alike platform
- Customisable Currencies eg: ZAR, Dollar, BTC etc
- Fully Automated
- Reallocations
- First In First Out Matching
- Random Matching
- Manual matching
- Scheduled Triggers
- Download starts automatically after a successfull transaction.
DEMO:
DemoLink : http://sa-dreams.co.za
DemoUser : demo@sa-dreams.co.za
DemoPassword: demouser
You will need to first make a complete successful transaction for the file to download.
For more information, you can contact us through our Live Chat | CellPhone WhatsApp | Email Us
Our Client Example:
BitCoin Trading Platform Client: https://elcoin.trade/
BitCoin Wallet Platform Client: http://wallet.elcoin.trade/
BitCoin Currency Client: http://forexbtc.elcoin.trade/
Features:
- Advanced Control Panel
- Cryptocurrency Buy & Sellplatform
- BitExchanger
- Multicurrency exchanger
- TBC | Euth | BTC | BTC-e | PayPal Excganger
- BitCoin & Money Market
- Feasible Trading pairs
- Feasible Deposit and Withdrawal options [Deposit & Withdraw Option: (Payment gateways implemented)
Interac e- transfer
Direct Bank Transfer
Interac Online
Bank Wire
Bank Draft
Money Order
Voucher | Integrated with PayU Payment Gateway & Multi-language"] - Know your Customer Module
- Built in Bitgo JS Wallet
- Efficient Matching Algorithm
- Enhanced Buy/Sell System
- Two Factor Authentication
- User Friendly Graphical View
- Multilingual Feasibility
- Account balance
- Transactions
- Open Orders
- Email confirmations
- Customer Support
- Live Chat
- Instant order , Limit order, Stop order
- Finance Module
- Order history
- User tickets
WHY BITCOIN TRADING:
- No central Scrutinizer
- Instantaneous Transfers
- Access to global markets
- No frozen accounts
- Easy and User Friendly to start and operate
for more information and invoice or quote , Please contact us
12 Months Web Hosting
12 Months Web Registry
Web Development
5 Web Pages Max.
8GB SSD Storage Disk Space
1 Domain With Custom TLD
10 Sub Domains
Unlimited BandWidth
60 MYSQL DataBase
80 Domain Emails
Admin Dashboard
WordPress Installation & Setup
SSL Security Certificate
Limited Website Updates
Limited Web Support
Powered By ElmMac Link
24 Months Web Hosting
24 Months Web Registry
Web Development
20 Web Pages
10GB SSD Storage Disk Space
1 Domain With Custom TLD
50 sub domains
Unlimited BandWidth
100 MYSQL DataBase
150 Domain Emails
Admin Dashboard
Custom CMS Installation & Setup
SSL Security Certificate
Limited Website Updates
Limited 24/7 LiveChat | Email | Phone Support
Powered By ElmMac Link
All Features & Functions of Basic Package
Fully Automated
Limited Online Live Chat Support 24/7 Feature
Limited Revenue Sharing
Money growth before or after payment
Peer to Peer mechanism
SMO ( Social Media Optimisation) for 3Months
SEO ( Search Engine Optimisation) for 3Months
Online Advertising | Listing | Marketing for 3Months
[ Facebook | Twitter | Google+ | LinkedIn | Google | Yahoo | Bing Advertising]
ElmMac Developers Support 24/7 (Limited)
T's & C's Apply
60 Months Web Hosting
60 Months Web Registry
Web Development
SSL encryption
Unlimited Storage disk Space
Unlimited custom domains
Unlimited sub domains
Unlimited BandWidth
Unlimited MYSQL DataBase
150 Domain Emails
Cpanel & Admin Panel
Custom CMS Installation & Setup
SSL Security Certificate
UnLimited Website Updates
UnLimited 24/7 LiveChat | Email | Phone Support
No Powered By ElmMac Link
SEO Marketing
Social Media Marketing
Customer Engagement LiveChat System
Google URL Linking
12 Months Web Hosting
12 Months Web Registry
Web Development
3 Web Pages Max.
5GB SSD Storage Disk Space
1 Domain With Custom TLD
5 Sub Domains
Unlimited BandWidth
60 MYSQL DataBase
80 Domain Emails
Admin Dashboard
Web Templates
No SSL Security Certificate
No Updates
No Web Support
Powered By ElmMac Link
Specs:
- 12Months Domain Registration
- 12Months Hosting
- 5 Pages maximum
- Fully Responsive to all screen sizes
- Emails and subdomains inclusives
- SEO & SMO friendly (Google, bing, yahoo, ask, & other search engines indexing and optimisation)
NOTE:
- Dedicated IPs and SSL Certificates are Charged Addons - will Incur extra charges
Latest Products
Introduction to Artificial Intelligence with Java
R680.00ZARLearning Java 9 – Modular Programming
R680.00ZARJava Network Programming Recipes
R680.00ZARJava Network Programming Recipes
R680.00ZARLearning Java EE 8
R680.00ZARScalable Java 9 for the Connected Web
R680.00ZARLearning Java 9 – Object Oriented Programming
R680.00ZARLEARNING PATH: JAVA: High Performing Apps with Java 9
R680.00ZAR
Bestsellers
Small Business Package | Mobile App DevelopmentR0.00ZAR
Avaya 1608 | 1616 VoIP PHone | Power Over Ethernet IP Phones | For Call Centres At R400 EachR300.00ZARR400.00ZAR
Genuine Original A1322 Battery For Apple MacBook Pro Aluminum Unibody 13"R850.00ZARR1,000.00ZAR
Stokvel Website Software For Sale | Donation | Help Website | Investment Software At R 4800R4,800.00ZAR